//==============================================================================
// Norse Caravan_anim.txt
//==============================================================================
define wheel
{
   set hotspot
   {
      version
      {
         Visual attachments n oxcart wheel
      }
   }
}

//==============================================================================
define AnimalIdle
{
   set hotspot
   {
      version
      {
         Visual Trade Beta N Caravan Animal_Idle
      }
   }
}
//==============================================================================
define AnimalWalk
{
   set hotspot
   {
      version
      {
         Visual Trade Beta N Caravan Animal_Walk
      }
   }
}
//==============================================================================
define AnimalDeath
{
   set hotspot
   {
      version
      {
         Visual Trade Beta N Caravan Animal_Death
      }
   }
}
//==============================================================================
define AnimalBored
{
   set hotspot
   {
      version
      {
         Visual Trade Beta N Caravan Animal_Bored
      }
   }
}
//==============================================================================
anim idle
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
            Visual Trade Beta N Caravan A_Idle
				connect hotspot AnimalIdle hotspot
				connect leftshoulder wheel hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Trade Beta N Caravan A_Idle
				connect hotspot AnimalIdle hotspot
				connect leftshoulder wheel hotspot
         }
      }   
   }
}

//==============================================================================
anim walk
{
   SetSelector none
	{
		SetSelector
		{
			InventoryLogic 0 1
			set hotspot
			{
				version
				{
					Visual Trade Beta N Caravan A_walk
				connect leftshoulder wheel hotspot
				connect hotspot AnimalWalk hotspot
					tag FootstepLeft 0.00 true   
					tag FootstepRight 0.20 true   
					tag FootstepLeft 0.75 true   
					tag FootstepRight 0.70 true 
				}
			}
			set hotspot
			{
				version
				{
					Visual Trade Beta N Caravan A_walk
				connect leftshoulder wheel hotspot
				connect hotspot AnimalWalk hotspot
					tag SpecificSoundSet 0.00 false Roll checkVisible 
					tag SpecificSoundSet 0.98 false HorseHoof1 checkVisible 
					tag SpecificSoundSet 0.65 false HorseHoof2 checkVisible 
					tag SpecificSoundSet 0.80 false HorseHoof3 checkVisible 
					tag SpecificSoundSet 0.46 false HorseHoof4 checkVisible 
					tag FootstepLeft 0.00 true   
					tag FootstepRight 0.20 true   
					tag FootstepLeft 0.75 true   
					tag FootstepRight 0.70 true 
				}
			}
      }   
   }
}

//==============================================================================
anim Bored
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
            Visual Trade Beta N Caravan A_Idle
				connect hotspot AnimalBored hotspot
				connect leftshoulder wheel hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Trade Beta N Caravan A_Idle
				connect hotspot AnimalBored hotspot
				connect leftshoulder wheel hotspot
         }
      }   
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
            Visual Trade Beta N Caravan A_Idle
				connect hotspot AnimalIdle hotspot
				connect leftshoulder wheel hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Trade Beta N Caravan A_Idle
				connect hotspot AnimalIdle hotspot
				connect leftshoulder wheel hotspot
         }
      }   
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      InventoryLogic 0 1
      set hotspot
      {
         version
         {
			Visual Trade Beta N Caravan A_death
				connect hotspot AnimalDeath hotspot
				connect leftshoulder wheel hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.43 false HeavyFall checkVisible 
//-- end auto generated section
         }
      }
      set hotspot
      {
         version
         {
			Visual Trade Beta N Caravan A_death
				connect hotspot AnimalDeath hotspot
				connect leftshoulder wheel hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.40 false BallistaDeath checkVisible 
               tag SpecificSoundSet 0.46 false HeavyFall checkVisible 
//-- end auto generated section
         }
      }   
   }
}
